home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / game / shoot / WarpQuake06.readme < prev   
Text File  |  2000-05-06  |  7KB  |  229 lines

  1. Short:    WarpOS Quake port
  2. Author:   Jarmo Laakkonen (jami.laakkonen@kolumbus.fi)
  3. Uploader: Jarmo Laakkonen (jami.laakkonen@kolumbus.fi)
  4. Type:     game/shoot
  5. Action:   NoStart
  6.  
  7. WarpQuake 0.6    02-03-2000
  8.  
  9. WarpQuake is a port of Quake based on Awinquake by Peter McGavin.
  10.  
  11. Requirements:
  12.  
  13. PPC board with WarpOS installed.
  14. AGA or GFX board.
  15. TCP/IP stack for network games.
  16. lowlevel.library for joypad support.
  17. Optionally chunkyppc.library.
  18.  
  19. chunkyppc.library is not required, but should speed up things on GFX cards.
  20. Unfortunately I haven't been able to test WarpQuake on a GFX card system,
  21. as I only have AGA, but it should work. In case you have problems with the
  22. chunkyppc support, you can use the -wpa8 switch, but then the game might
  23. run a bit slower.
  24.  
  25. The networking code has only been tested by running two Quake executables
  26. on the same machine. This worked fine.
  27.  
  28. Amiga specific commandline options:
  29.  
  30. -width:
  31. -height:
  32. Use these to specify display width and height when using chunkyppc.library.
  33. Otherwise you only get 320x200 play area although the screen is bigger.
  34. Note that these aren't needed when using native or chunkyppc.library AGA
  35. support.
  36.  
  37. -bat:
  38. Change to BAT MMU setup. This should give a slight speed increase, but
  39. may cause problems on some setups.
  40. This does the same thing as the changemmu tool supplied with WarpOS.
  41.  
  42. -aga:
  43. Use native AGA support with triplebuffering instead of chunkyppc.library.
  44. This is faster than chunkyppc AGA support.
  45.  
  46. -nodb:
  47. Disables AGA multibuffering. Saves one contextswitch but causes slight
  48. flicker.
  49.  
  50. -wpa8:
  51. Use WritePixelArray8(). Use this if chunkyppc support doesn't work.
  52.  
  53. -force:
  54. chunkyppc.library saves the last used screenmode in ENV: and ENVARC:.
  55. Next time you start WarpQuake the screenmode will be read from there.
  56. Use this switch if you want to override this.
  57.  
  58. -mouse:
  59. Enables mouse.
  60.  
  61. -mem:
  62. Sets the heapsize. Default is 8MB, but some Total Conversions may
  63. require more than this. BTW If you are looking for a good TC, try
  64. After the fall. You'll never want to play basic Quake again.
  65.  
  66. -joypad:
  67. Enables CD32 joypad. You need to bind the buttons yourself.
  68. The buttons are located in AUX1 - AUX11.
  69. AUX1  = left
  70. AUX2  = right
  71. AUX3  = up
  72. AUX4  = down
  73. AUX5  = red
  74. AUX6  = green
  75. AUX7  = yellow
  76. AUX8  = blue
  77. AUX9  = play
  78. AUX10 = forward
  79. AUX11 = reverse
  80.  
  81. Binding example: In Quake console type, BIND AUX5 "+ATTACK"
  82.  
  83. Additinally chunkyppc.library supports the following enviroment variables:
  84.  
  85. WarpQuake/dbuf:
  86. Use Doublebuffering.
  87.  
  88. WarpQuake/oldstyle:
  89. If this is set, ScrollVPort will be used, else Triple Buffering using
  90. ScreenBuffers.
  91.  
  92. WarpQuake/wb:
  93. If this is set, a Workbench Window will be used, not a screen
  94.  
  95. WarpQuake/pip:
  96. If this is set, a Picture in Picture will be used using the Picasso96API.library.
  97. Note: Not all Graphics Boards Support this. Currently only P96 PIP is supported,
  98. not CGX. Maybe in the future...
  99.  
  100. WarpQuake/pipnoclear:
  101. If this is set to 1, the PIP won't be cleared when opened.
  102.  
  103. WarpQuake/rtgmaster:
  104. Use rtgmaster Screenmode Requester instead of ASL one. rtgmaster.library
  105. will only be opened when this option is set, so that rtgmaster.library
  106. does not need to be installed to be able to use chunkyppc.library.
  107.  
  108. WarpQuake/likecgx:
  109. If you want CGX-like WB Window Support for P96 (Faster, but Window Borders
  110. disappear). For CGX it is automatically set, as it is the only possible
  111. method for CGX to reach (at least for 16 Bit) WB Window Support, for P96
  112. it is optional.
  113.  
  114. lockingmode:
  115. Set this to 0 for best performance on GFX cards.
  116.  
  117.  
  118. History:
  119.  
  120. 0.6:
  121. I released 0.5 too fast. The game would hang on exit if not using
  122. joypad.
  123.  
  124. 0.5:
  125. Removed a small bug in the joypad code.
  126. It should be possible to use screens bigger than 320x200 with
  127. chunkyppc.library now, but you have to use the -width and -height
  128. parameters.
  129. Added some asm optimizations from awinquake.
  130. Recompiled with gcc 2.95.1.
  131. Thanks to elf2exe2, the executable is now only 600KB.
  132. Some other minor changes.
  133.  
  134. 0.4:
  135. Changed -memory back to -mem ;)
  136. Removed the cd audio code as it doesn't work currently.
  137.  
  138. 0.3:
  139. Changed -mem to -memory as requested by Chris De Maeyer
  140. Small fix in the mouse handling.
  141. Some other minor changes.
  142.  
  143. 0.2:
  144. Added -bat option.
  145. ChunkyPPC double/triplebuffering actually works now ;)
  146. File access is MUCH faster now.
  147. Game hanged if no .pak files could be found.
  148.  
  149. 0.1:
  150. First release.
  151.  
  152.  
  153. Small FAQ:
  154.  
  155. Q: Why another PPC Quake port?
  156. A: Well it started when I found a bug in the -mem option of Awinquake and
  157.    decided to look at the source. After fixing that, my friend suggested
  158.    that I should learn to play with the mouse instead of the keyboard.
  159.    But the mouse support in Awinquake sucked, so I fixed that too.
  160.    Then I got fed up with the crappy PowerUP software which kept measuring
  161.    my bus speed incorrectly, so I ported it to WarpOS and added chunkyppc
  162.    and joypad support. This is also a good way to sharpen my programming
  163.    skills. Until now I have mainly done/ported some CLI programs.
  164.    I know that Frank Wille and Steffen Haeuser are working on a port too,
  165.    and when finished it will probably be much better than this. In it's
  166.    current state it's too buggy for my taste.
  167.  
  168. Q: Why does the game crash?
  169.    Maybe your stack is too low. Try setting it to 500000 bytes.
  170.    Also try without the -bat parameter.
  171.  
  172. Q: Why doesn't the game work on my GFX card?
  173. A: The GFX card support in WarpQuake might be broken, as it hasn't been
  174.    tested at all. Try the -wpa8 option.
  175.  
  176. Q: Why does mouse slow down the game so much?
  177. A: Because there's much contextswitches needed for this. If you are using
  178.    the keyboard at the same time the slowdown is even worse. This is cured
  179.    by setting the key repeat from input prefs to slowest possible. This
  180.    reduces contextswitches to minimium. If you are running on AGA and don't
  181.    mind the slight flicker, you can also try disabling multibuffering.
  182.  
  183. Q: Why doesn't the middle mouse button work?
  184. A: You probably have some commodity running that uses the button. Disable
  185.    all commodities and try again.
  186.  
  187. Q: Any other speed tips?
  188. A: Use the -bat option to change to BAT MMU setup. This gives about 1 FPS
  189.    more on my 603e/240MHz. Use 320x200 screenmode for best speed.
  190.  
  191. Q: Will there be an PowerUP version?
  192. A: No. I don't trust kernels that can't even measure the bus speed
  193.    correctly.
  194.  
  195. Q: Will there be AHI support?
  196. A: Maybe, but don't bet on it.
  197.  
  198. Q: Is the source available?
  199. A: Yes, as required by the GPL license.
  200.  
  201. Q: Why does the game run in 320x200 although I select a bigger screen?
  202. A: This happens only on GFX cards when using chunkyppc.library.
  203.    Use the -width and -height parameters or -wpa8.
  204.  
  205. Q: Why don't you get a GFX card?
  206. A: Because I'm poor.
  207.  
  208. Q: Well, why don't you get a job then?
  209. A: Because I'm lazy.
  210.  
  211. Q: You're the crapiest coder I've ever seen. Why don't you do something
  212.    useful with your life like collect stamps or something?
  213. A: I know, but I'm learning more everyday.
  214.  
  215. Q: I have some questions that are not answered in this doc. How can I
  216.    reach you?
  217. A: Email to jami.laakkonen@kolumbus.fi
  218.  
  219.  
  220. ============================= Archive contents =============================
  221.  
  222. Original  Packed Ratio    Date     Time    Name
  223. -------- ------- ----- --------- --------  -------------
  224.    80524   30370 62.2% 02-Mar-00 16:26:34 +chunkyppc.library
  225.   608260  306249 49.6% 02-Mar-00 16:26:34 +WarpQuake
  226.     6992    3153 54.9% 02-Mar-00 16:26:34 +WarpQuake.readme
  227. -------- ------- ----- --------- --------
  228.   695776  339772 51.1% 03-Mar-100 22:05:04   3 files
  229.